home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / MacTech® Magazine / Volume 06 - 1990 / 06.02 Feb 90 / BTMPeditor / BuildEditor < prev    next >
Encoding:
Text File  |  1989-06-15  |  234 b   |  12 lines  |  [TEXT/MPS ]

  1. #    File BuildEditor
  2. #
  3. #    This script builds the ResEdit editor for 'BTMP' resources
  4.  
  5. directory "{boot}"ResEdit.BTMP:BTMPeditor:
  6. set buildToName "{boot}ResEdit.BTMP:ResEdit"
  7. Export buildToName
  8.  
  9. make -f MakeEditor > temp
  10. temp
  11. delete temp
  12.